https://portaldev.eonpayments.com/api/v01/resellers/[reseller-code]/merchant-entity                
            Represents a Merchant entity that is associated with the reseller for the purpose of transaction processing.
| Method: POST | Implicit: Yes | Returns: ServiceResponse | 
| Consumes: json, xml | Produces: json, xml | |
| 
                                     
                                        Attaches reseller to a merchant. A single reseller can be associated with a single merchant. 
                                 | 
                            ||
| # | Name | Type | Required | Default | Description | 
|---|---|---|---|---|---|
| 01 | code | Integer | Yes | 
                                                                                                                        Identifier of a merchant that is going to be attached to the specified reseller. | 
                                                    
| Method: DELETE | Implicit: Yes | Returns: ServiceResponse | 
| Consumes: xurl | Produces: json, xml | |
| 
                                     
                                        Detaches reseller from a merchant. 
                                 | 
                            ||
| Method: GET | Implicit: Yes | Returns: Merchant * | 
| Consumes: xurl | Produces: json, xml | |
| 
                                     
                                        Loads reseller associated with the merchant. 
                                 | 
                            ||